home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c
- Path: news.sprintlink.net!eskimo!news
- From: mag@eskimo.com (mAg)
- Subject: Re: qsort help
- X-Nntp-Posting-Host: tia1.eskimo.com
- Message-ID: <DKLDuJ.9Er@eskimo.com>
- Keywords: qsort
- Sender: news@eskimo.com (News User Id)
- Organization: *.*
- X-Newsreader: WinVN 0.93.10
- References: <4ccio7$7c0@charm.magnus.acs.ohio-state.edu>
- Date: Wed, 3 Jan 1996 06:25:30 GMT
-
- In article <4ccio7$7c0@charm.magnus.acs.ohio-state.edu> (3 Jan 1996 00:31:03 GMT),
- xiaoyi@bmecg.bme.ohio-state.edu says :
- >
- >Hi, I am having some problems with the qsort routine.
- >
- >
- change
-
- >int (*compar)(int *a, int *b)
-
- to
-
- int compar(int *a, int *b)
-
-
- --
- /* --------------------------------------------------------
- MAG@ESKIMO.COM
- http://www.eskimo.com/~mag/index.html
- ***********************************************************
- To understand recursion one must first understand recursion
- ***********************************************************
- -------------------------------------------------------- */
-
-